POV-Ray : Newsgroups : povray.programming : Re: Can the trace() function be used to generate a mesh from an isosurface? : Re: Can the trace() function be used to generate a mesh from an isosurface? Server Time
6 Oct 2024 13:53:13 EDT (-0400)
  Re: Can the trace() function be used to generate a mesh from an isosurface?  
From: Warp
Date: 8 Nov 2002 10:08:40
Message: <3dcbd378@news.povray.org>
Christopher James Huff <chr### [at] maccom> wrote:
> It would theoretically be possible to duplicate the tessellation patch 
> in POV-Script using trace(). It'd be a lot slower, and wouldn't have any 
> advantages over the patch.

  Actually the patch uses internally trace() to get the intersection points
with the surface (or at least the patch which I made does). :)

  In fact, I first made the tesselation with pov-SDL with the exact same
principles as the patch itself, but it was really, really slow, which was
the reason I decided to make it as a patch.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.